webRtcIpHandlingPolicy

abstract fun webRtcIpHandlingPolicy(): WebRtcIpHandlingPolicy

Returns the WebRTC IP handling policy for the browser.

Throws

when the browser is closed


abstract fun webRtcIpHandlingPolicy(policy: WebRtcIpHandlingPolicy)

Updates the WebRTC IP handling policy for the browser with the given one.

Parameters

policy

a new WebRTC IP handling policy

Throws

when the browser is closed